home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HypertalkTools.cpt / Quik Reference / background_3475.txt < prev    next >
Text File  |  1989-02-26  |  3KB  |  161 lines

  1. -- background: 3475 from stack: in
  2. -- bmap block id: 3679
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12.  
  13.  
  14. -- part 2 (field)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=159 top=74 right=280 bottom=485
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 9
  23. -- style flags: 0
  24. -- line height: 12
  25. -- part name: 
  26.  
  27.  
  28. -- part 5 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=288 top=280 right=301 bottom=315
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1014 / 1014
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Prev
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe right
  43.   go to previous card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 6 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=319 top=280 right=301 bottom=346
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1013 / 1013
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Next
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect wipe left
  63.   go to next card
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 7 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=137 top=285 right=307 bottom=161
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 20689 / 20689
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Home
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect iris open
  83.   go Home
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 8 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=463 top=280 right=302 bottom=494
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 1012 / 1012
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Return
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect iris close
  103.   pop card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 13 (button)
  109. -- low flags: 00
  110. -- high flags: 8004
  111. -- rect: left=32 top=252 right=300 bottom=83
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 1009 / 1009
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Find
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   DoMenu Find...
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 17 (field)
  128. -- low flags: 81
  129. -- high flags: 0004
  130. -- rect: left=51 top=20 right=38 bottom=500
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 10
  136. -- style flags: 0
  137. -- line height: 13
  138. -- part name: 
  139. ----- HyperTalk script -----
  140. on mouseup
  141.   hide bkgnd field ID 17
  142. end mouseUp
  143.  
  144.  
  145. -- part 18 (button)
  146. -- low flags: 00
  147. -- high flags: 0003
  148. -- rect: left=9 top=28 right=55 bottom=37
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 1018 / 1018
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: New Button
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   show bkgnd field ID 17
  160. end mouseUp
  161.